Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing UNIX Storage Objects


Q3UnixStorage_Set

You can use the Q3UnixStorage_Set function to set information about a UNIX storage object.

TQ3Status Q3UnixStorage_Set (
TQ3StorageObject storage, 
FILE *stdFile);
storage
A UNIX storage object.
stdFile
A pointer to a FILE structure.
DESCRIPTION
The Q3UnixStorage_Set function sets the FILE structure associated with the UNIX storage object specified by the storage parameter to the structure specified by the stdFile parameter.

SPECIAL CONSIDERATIONS
You must not use Q3UnixStorage_Set with an open UNIX storage object.

ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter
kQ3ErrorStorageIsOpen


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996